Conversation
…n variable name validation
…g and output behavior
…ation and REPL process
…and command execution
…ing functionality
Merged
lukas-sgx
added a commit
that referenced
this pull request
May 9, 2026
List of changements: - merge: docs/doc -> dev #310 (831f5a5) - feat: enhance source builtin description for clarity on config reloading functionality (4cf4d33) - feat: update repeat builtin description for clarity on count parsing and command execution (a348d1c) - feat: update README flowchart for improved clarity on shell initialization and REPL process (226d0de) - feat: improve my_putnbr description for clarity on functionality (1199135) - feat: update history builtin description for clarity on functionality (cf69da1) - feat: update foreach error handling to print undefined variable message (47ad71e) - feat: enhance time and date display with formatting and ANSI color support (562e718) - feat: update architecture diagram to reflect prompt and history management changes (b2bb951) - Merge branch 'main' into docs/doc (51f5024) - docs: update display_time.c description for clarity on time formatting and output behavior (27f7179) - docs: update get_folder.c description for clarity on path component retrieval (1b516a4) - docs: update history.c file description to clarify functionality of history builtin (4943589) - docs: refine prompt configuration parser description for clarity and detail (d427452) - docs: update description of my_str_is_alphanum function for clarity on variable name validation (a17b497) - docs: add flowchart to README.md illustrating 42sh architecture and REPL loop (9932d2f) - docs: update source.c file description for source builtin functionality (0c38b8e)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Closes #
Type of Change
feat— new featurefix— bug fixrefactor— code restructuringchore— maintenance / toolingdocs— documentation onlyChanges Made
Checklist
mainCloses #XX)Notes for Reviewer